|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<HNodeType>
j3deditor.bin.hierarchy.util.HNodeType
public enum HNodeType
Determines the type of the HierarchyNode
object.
| Enum Constant Summary | |
|---|---|
APPEARANCE
J3DeAppearance |
|
CAMERA
J3DeCamera |
|
IMAGE_COMPONENT
J3DeImageComponent |
|
LIGHT
J3DeLight |
|
MATERIAL
J3DeMaterial |
|
OBJECT
J3DeObject |
|
PRIMITIVE
J3DePrimitive |
|
ROOT
HierarchyManager |
|
SCENE
J3DeScene |
|
SHAPE3D
J3DeShape3D |
|
TEXTURE
J3DeTexture |
|
TEXTURE_ATTRIBUTES
J3DeTextureAttributes |
|
| Method Summary | |
|---|---|
static HNodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HNodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HNodeType ROOT
HierarchyManager
public static final HNodeType SCENE
J3DeScene
public static final HNodeType CAMERA
J3DeCamera
public static final HNodeType LIGHT
J3DeLight
public static final HNodeType OBJECT
J3DeObject
public static final HNodeType SHAPE3D
J3DeShape3D
public static final HNodeType PRIMITIVE
J3DePrimitive
public static final HNodeType APPEARANCE
J3DeAppearance
public static final HNodeType MATERIAL
J3DeMaterial
public static final HNodeType TEXTURE
J3DeTexture
public static final HNodeType TEXTURE_ATTRIBUTES
J3DeTextureAttributes
public static final HNodeType IMAGE_COMPONENT
J3DeImageComponent
| Method Detail |
|---|
public static HNodeType[] values()
for (HNodeType c : HNodeType.values()) System.out.println(c);
public static HNodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||